@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --blue--: #009ECF;
    --green--: #5EB446;
}

a{
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1;
    color: #121212;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 400; /* Regular */
}

/* h1,h2,h3,h4,h5,h6{
    font-family: "articulat-cf", sans-serif;
} */

p{
    font-size: 16px;
    margin: 0;
}

section{
    overflow: hidden;
    /* position: relative; */
    /* z-index: 3; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.login_form_body{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #EFF6FF 0%, #E0E7FF 100%);
    padding: 20px;
    overflow: auto;
}

.login_form{
    width: 100%;
    max-width: 450px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 25px 50px 0px #00000040;
    border-radius: 15px;
    padding: 40px 20px;
    overflow: hidden;
}

.login_form .logos{
    display: flex;
    gap: 20px;
    justify-content: center;
}

.login_form .logos img{
    width: 85px;
}

.login_form .content p{
    font-weight: 500;
    font-size: 14px;
    color: #374151;
}

.login_heading h2{
    font-weight: 700;
    font-size: 30px;
    color: #1F2937;
}

.login_heading p{
    font-weight: 400;
    font-size: 16px;
    color: #4B5563;
}

.form-container label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    display: block;
    margin-bottom: 6px;
}

.form-container label i{
    color: #2563EB;
}

.form-container .input-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px 10px;
}

.form-container .input-box select {
    border: none;
    outline: none;
    font-size: 15px;
    margin-right: 6px;
    background: transparent;
    cursor: pointer;
}

.form-container .input-box input {
    border: none;
    outline: none;
    font-size: 15px;
    flex: 1;
}

.submit-btn {
    margin-top: 15px;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(90deg, #2563EB 0%, #1E40AF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.submit-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.srcure_login p{
    font-weight: 400;
    font-size: 14px;
    color: #6B7280;
}

.srcure_login p i{
    color:#22C55E;
}

.terms_condition p{
    font-weight: 400;
    font-size: 12px;
    color: #9CA3AF;
}

header{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 10px 4%;
    border-bottom: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px 0px #0000000D;
}

header .logo img{
    width: 250px;
}

header .right_side{
    display: flex;
    align-items: center;
    gap: 20px;
}

.notification{
    font-size: 24px;
    color: gray;
    position: relative;
}

.notification span{
    position: absolute;
    right: -5px;
    top: -5px;
    background: red;
    color: #fff;
    width: 15px;
    height: 15px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 10px;
}

.pr_img img{
    width: 35px;
    border-radius: 50%;
}

.pr_img{
    border: none;
    border-radius: 50%;
}

.new_card{
    width: 100%;
    padding: 20px;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 15px;
}

.px_4{
    padding: 0 4%;
}

.filter_btn{
    display: inline-block;
    padding: 8px 20px;
    background: #2563EB;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
    border-radius: 10px;
}

.filter_btn i{
    font-size: 20px;
}

.member_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member_details{
    display: flex;
    align-items: center;
    gap: 10px;
}

.member_details i{
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    font-size: 20px;
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
    color: #fff;
    border-radius: 50%;
}

.member_details p{
    font-weight: 600;
    font-size: 18px;
    color: #111827;
}

.member_details span{
    color: #6B7280;
    font-size: 14px;
}

.dr_dot{
    border: none;
    background: none;
    color:#E5E7EB;
}

.active_sm{
    background: #DCFCE7;
    border-radius: 50px;
    padding: 5px 10px;
    color: #166534;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.user_info{
    display: flex;
    gap: 10px;
    align-items: center;
}

.user_info i{
    background: #EFF6FF;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #3B82F6;
}

.user_info.user_info_1 i{
    background: #FFF7ED;
    color: red;
}
.user_info.user_info_2 i{
    background: #FAF5FF;
    color: purple;
}
.user_info.user_info_3 i{
    background: #F0FDF4;
    color: green;
}

.user_info .content p{
    font-weight: 600;
    font-size: 16px;
    color: #111827;
}

.user_info .content span{
    font-weight: 500;
    font-size: 14px;
    color: #6B7280;
}

.details_btn{
    padding: 10px 10px;
    display: inline-block;
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
    font-weight: 500;
    font-size: 14px;
    color: #374151;
    border-radius: 10px;
}

.edit_btn{
    display: inline-block;
    background: #DBEAFE;
    border: 1px solid #E5E7EB;
    font-weight: 500;
    font-size: 14px;
    color: #1D4ED8;
    border-radius: 10px;
    padding: 10px 10px;
}

.card_footer{
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #F3F4F6;
}